home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / medical / mendelge.cpt / MendelGenetics / T TEST / card_3022.txt < prev    next >
Text File  |  1989-06-06  |  5KB  |  201 lines

  1. -- card: 3022 from stack: in
  2. -- bmap block id: 3204
  3. -- flags: 0000
  4. -- background id: 2791
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=179 top=314 right=337 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: RETURN TO STAT. ANAL.
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 2929 of stack "STATISTICAL ANALYSIS"
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 00
  30. -- high flags: 0002
  31. -- rect: left=275 top=77 right=97 bottom=358
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 128
  36. -- text size: 9
  37. -- style flags: 0
  38. -- line height: 12
  39. -- part name: MEANONE
  40.  
  41.  
  42. -- part 3 (field)
  43. -- low flags: 00
  44. -- high flags: 0002
  45. -- rect: left=276 top=101 right=121 bottom=359
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 128
  50. -- text size: 9
  51. -- style flags: 0
  52. -- line height: 12
  53. -- part name: SEONE
  54.  
  55.  
  56. -- part 4 (field)
  57. -- low flags: 00
  58. -- high flags: 0002
  59. -- rect: left=276 top=144 right=164 bottom=359
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 128
  64. -- text size: 9
  65. -- style flags: 0
  66. -- line height: 12
  67. -- part name: MEANTWO
  68.  
  69.  
  70. -- part 5 (field)
  71. -- low flags: 00
  72. -- high flags: 0002
  73. -- rect: left=276 top=169 right=189 bottom=359
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 128
  78. -- text size: 9
  79. -- style flags: 0
  80. -- line height: 12
  81. -- part name: SETWO
  82.  
  83.  
  84. -- part 6 (field)
  85. -- low flags: 00
  86. -- high flags: 0004
  87. -- rect: left=362 top=251 right=271 bottom=445
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 128
  92. -- text size: 10
  93. -- style flags: 256
  94. -- line height: 13
  95. -- part name: TVALUE
  96.  
  97.  
  98. -- part 7 (button)
  99. -- low flags: 00
  100. -- high flags: 8003
  101. -- rect: left=201 top=266 right=288 bottom=301
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: DO TEST
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   global pot
  113.   global hat
  114.   put the value of sqrt((card field meanone - card field meantwo)^2) into pot
  115.   put the value of sqrt ((card field seone ^2) + (card field setwo ^2)) into hat
  116.   put the value of pot / hat into card field TVALUE
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 00
  123. -- high flags: 8003
  124. -- rect: left=365 top=314 right=336 bottom=465
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: CLEAR
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   DELETE LINE ONE OF CARD FIELD MEANONE
  136.   DELETE LINE ONE OF CARD FIELD MEANTWO
  137.   DELETE LINE ONE OF CARD FIELD SEONE
  138.   DELETE LINE ONE OF CARD FIELD SETWO
  139.   DELETE LINE ONE OF CARD FIELD TVALUE
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 9 (field)
  145. -- low flags: 00
  146. -- high flags: 0004
  147. -- rect: left=13 top=58 right=262 bottom=267
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 128
  152. -- text size: 9
  153. -- style flags: 0
  154. -- line height: 12
  155. -- part name: 
  156.  
  157.  
  158. -- part 10 (button)
  159. -- low flags: 00
  160. -- high flags: 8003
  161. -- rect: left=202 top=290 right=312 bottom=302
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: PROB. TABLE
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   go to card id 3404
  173. end mouseUp
  174.  
  175.  
  176.  
  177.  
  178. -- part contents for card part 9
  179. ----- text -----
  180. This test evaluates the significance between two means when the sample size of each analysis is less than 30.  Once the T value is obtained, you need to look it up on a probability table where the number of degrees of freedom is usually one less than the total number of observations between the two samples. Remember, the T test is determining of differences between the two means can be explained on the basis of chance alone. The higher the probability, the greater the chance that causes other than random sampling errors are affecting the values of the two means.
  181.  
  182.  
  183. -- part contents for card part 2
  184. ----- text -----
  185. 009.800
  186.  
  187. -- part contents for card part 3
  188. ----- text -----
  189. 000.892
  190.  
  191. -- part contents for card part 4
  192. ----- text -----
  193. 012.300
  194.  
  195. -- part contents for card part 5
  196. ----- text -----
  197. 000.597
  198.  
  199. -- part contents for card part 6
  200. ----- text -----
  201. 2.329163